SAX Parsers

SAX (Simple API for Java) is a common front-end for XML parsers (like the JDBC for database access). By default, the VocalOS XML Parser uses the Piccolo implementation of the SAX parser. You can also select the Xerces or Crimson SAX parsers.

To specify a different SAX parser, edit the Java system property, javax.xml.parsers.SAXParserFactory and enter one of the following values.

Parser

Property

Crimson

org.apache.crimson.jaxp.SAXParserFactoryImpl

Piccolo (default)

com.bluecast.xml.JAXPSAXParserFactory

Xerces

org.apache.xerces.jaxp.SAXParserFactoryImpl

Java system properties are defined in the vocalos.conf (Windows) file.